Xceed Zip for COM/ActiveX on x86/x64 Documentation
Xceed Zip control reference / Xceed Zip control properties / SplitSizeHigh property
In This Topic
    SplitSizeHigh property
    In This Topic

    Description

    The SplitSizeHigh property is a complement to the SplitSize property. It accesses the higher 32 bits of the 64-bit value while the SplitSize property only accesses the lower 32 bits.

    Data type

    Long Integer

    Possible values

    0 to 4,294,967,295 or
    0 to 2,147,483,647 for languages with signed long integers such as VB

    Default value

    0

    Declaration (DLL API) Copy Code
    DWORD XzGetSplitSizeHigh( HXCEEDZIP hZip )
    void XzSetSplitSizeHigh( HXCEEDZIP hZip, DWORD dwValue )

    Remarks

    The SplitSize, SplitSizeHigh and SplitSize64 properties refer to the same 64-bit value: SplitSize accesses the low 32 bits of the value, SplitSizeHigh accesses the high 32 bits of the value, while the SplitSize64 accesses the entire 64 bits of the value at the same time.

    For information on how to convert to and from 64-bit values, refer to the 64-bit values topic.

    Applicable methods

    Zip, Convert

    Applicable properties

    SplitSize, SplitSize64, SpanMultipleDisks